home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_6_navigate.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  197 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   if the frame = 165 then
  4.     set the member of sprite the currentSpriteNum to member("navigate_over")
  5.     go("menu in")
  6.   end if
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end
  12.